net/http.http2Transport.CountError (field)

7 uses

	net/http (current package)
		h2_bundle.go#L6856: 	CountError func(errType string)
		h2_bundle.go#L7402: 	if t.CountError != nil {
		h2_bundle.go#L7403: 		cc.fr.countError = t.CountError
		h2_bundle.go#L7734: 	if f := cc.t.CountError; f != nil {
		h2_bundle.go#L8781: 	f := cc.t.CountError
		h2_bundle.go#L9355: 		if fn := cc.t.CountError; fn != nil {
		h2_bundle.go#L9479: 	if fn := cs.cc.t.CountError; fn != nil {